Home > biomechZoo > Toolbox > Biomech Ops > bmech_normalize.m

bmech_normalize

PURPOSE ^

BMECH_NORMALIZE(fld,ch,datalength,method) batch process time normalization

SYNOPSIS ^

function bmech_normalize(fld,ch,datalength,method)

DESCRIPTION ^

 BMECH_NORMALIZE(fld,ch,datalength,method) batch process time normalization 

 ARGUMENTS
  fld        ... Folder to batch process (string). Default: folder selection window.  
  ch         ... Channel(s) to operate on (single string or cell array of strings). 
                 Use 'Video','Analog', or 'all' to filter all video, analog or all 
                 channels, respectively.Default 'all'
  datalength ... Normalize data to a specific length. Data will have datalength+1 frames.
                 Default: 100 (101 frames)
  method     ... method to interpolate data. Default 'linear'.
                 See interp1 for more options

 NOTES
 - Normalization will not recalculate an event value. It will only recalculate the 
   event index. Thus an event may not 'lie' exactly on a normalized line. 

 See also interp1, normalize_data, normalize_line

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 10-Mar-2024 22:39:06 by m2html © 2005